home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
util
/
text
/
isohtml.lha
/
isohtml
/
isohtml.cvt
< prev
next >
Wrap
Text File
|
1995-08-07
|
4KB
|
87 lines
/*
* ISO->HTML.cvt
*
* (C) International Organization for Standardization 1986
* Permission to copy in any form is granted for use with
* conforming SGML systems and applications as defined in
* ISO 8879, provided this notice is included in all copies.
*
* Character entity set. Typical invocation:
* <!ENTITY % ISOlat1 PUBLIC
* "ISO 8879-1986//ENTITIES Added Latin 1//EN//HTML">
* %ISOlat1;
*
* CVT Script by Tobias Ferber, ferber@rpk.mach.uni-karlsruhe.de
*/
"<" -> "<"; // Less than sign
">" -> ">"; // Greater than sign
"&" -> "&"; // Ampersand
"\"" -> """; // Double quote sign
"Æ" -> "Æ"; // "Æ" -- capital AE diphthong (ligature)
"Á" -> "Á"; // "Á" -- capital A, acute accent
"Â" -> "Â"; // "Â" -- capital A, circumflex accent
"À" -> "À"; // "À" -- capital A, grave accent
"Å" -> "Å"; // "Å" -- capital A, ring
"Ã" -> "Ã"; // "Ã" -- capital A, tilde
"Ä" -> "Ä"; // "Ä" -- capital A, dieresis or umlaut mark
"Ç" -> "Ç"; // "Ç" -- capital C, cedilla
"Ð" -> "Ð"; // "Ð" -- capital Eth, Icelandic
"É" -> "É"; // "É" -- capital E, acute accent
"Ê" -> "Ê"; // "Ê" -- capital E, circumflex accent
"È" -> "È"; // "È" -- capital E, grave accent
"Ë" -> "Ë"; // "Ë" -- capital E, dieresis or umlaut mark
"Í" -> "Í"; // "Í" -- capital I, acute accent
"Î" -> "Î"; // "Î" -- capital I, circumflex accent
"Ì" -> "Ì"; // "Ì" -- capital I, grave accent
"Ï" -> "Ï"; // "Ï" -- capital I, dieresis or umlaut mark
"Ñ" -> "Ñ"; // "Ñ" -- capital N, tilde
"Ó" -> "Ó"; // "Ó" -- capital O, acute accent
"Ô" -> "Ô"; // "Ô" -- capital O, circumflex accent
"Ò" -> "Ò"; // "Ò" -- capital O, grave accent
"Ø" -> "Ø"; // "Ø" -- capital O, slash
"Õ" -> "Õ"; // "Õ" -- capital O, tilde
"Ö" -> "Ö"; // "Ö" -- capital O, dieresis or umlaut mark
"Þ" -> "Þ"; // "Þ" -- capital THORN, Icelandic
"Ú" -> "Ú"; // "Ú" -- capital U, acute accent
"Û" -> "Û"; // "Û" -- capital U, circumflex accent
"Ù" -> "Ù"; // "Ù" -- capital U, grave accent
"Ü" -> "Ü"; // "Ü" -- capital U, dieresis or umlaut mark
"Ý" -> "Ý"; // "Ý" -- capital Y, acute accent
"á" -> "á"; // "á" -- small a, acute accent
"â" -> "â"; // "â" -- small a, circumflex accent
"æ" -> "æ"; // "æ" -- small ae diphthong (ligature)
"à" -> "à"; // "à" -- small a, grave accent
"å" -> "å"; // "å" -- small a, ring
"ã" -> "ã"; // "ã" -- small a, tilde
"ä" -> "ä"; // "ä" -- small a, dieresis or umlaut mark
"ç" -> "ç"; // "ç" -- small c, cedilla
"é" -> "é"; // "é" -- small e, acute accent
"ê" -> "ê"; // "ê" -- small e, circumflex accent
"è" -> "è"; // "è" -- small e, grave accent
"ð" -> "ð"; // "ð" -- small eth, Icelandic
"ë" -> "ë"; // "ë" -- small e, dieresis or umlaut mark
"í" -> "í"; // "í" -- small i, acute accent
"î" -> "î"; // "î" -- small i, circumflex accent
"ì" -> "ì"; // "ì" -- small i, grave accent
"ï" -> "ï"; // "ï" -- small i, dieresis or umlaut mark
"ñ" -> "ñ"; // "ñ" -- small n, tilde
"ó" -> "ó"; // "ó" -- small o, acute accent
"ô" -> "ô"; // "ô" -- small o, circumflex accent
"ò" -> "ò"; // "ò" -- small o, grave accent
"ø" -> "ø"; // "ø" -- small o, slash
"õ" -> "õ"; // "õ" -- small o, tilde
"ö" -> "ö"; // "ö" -- small o, dieresis or umlaut mark
"ß" -> "ß"; // "ß" -- small sharp s, German (sz ligature)
"þ" -> "þ"; // "þ" -- small thorn, Icelandic
"ú" -> "ú"; // "ú" -- small u, acute accent
"û" -> "û"; // "û" -- small u, circumflex accent
"ù" -> "ù"; // "ù" -- small u, grave accent
"ü" -> "ü"; // "ü" -- small u, dieresis or umlaut mark
"ý" -> "ý"; // "ý" -- small y, acute accent
"ÿ" -> "ÿ"; // "ÿ" -- small y, dieresis or umlaut mark
// EOF